home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / JeuDeSinge.swf / scripts / DefineButton2_164 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  86 b   |  6 lines

  1. on(release){
  2.    _root.gotoAndPlay(2);
  3.    _root.score2 = 5;
  4.    _root.score = 0;
  5. }
  6.